home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 259 / SOMC Family Forum 259 - Disc 1.iso / Somc.dir / 00003_Script_IntroSkip < prev    next >
Text File  |  1998-12-15  |  302b  |  19 lines

  1.  
  2. on keyUp
  3.   set the movieRate of sprite 1 to 0
  4.   glow(1,FALSE)
  5.   unloadMember "Intro"
  6.   updateStage
  7.   glow(1,TRUE)
  8.   go to frame "Start"
  9. end
  10.  
  11. on mouseUp
  12.   set the movieRate of sprite 1 to 0
  13.   glow(1,FALSE)
  14.   unloadMember "Intro"
  15.   updateStage
  16.   glow(1,TRUE)
  17.   go to frame "Start"
  18. end
  19.